home *** CD-ROM | disk | FTP | other *** search
- Path: winternet.com!not-for-mail
- From: jdege@winternet.com (Jeff Dege)
- Newsgroups: comp.lang.c++
- Subject: Re: Difficulty hiring people with C++ experience.
- Date: 5 Jan 1996 04:59:18 GMT
- Organization: StarNet Communications, Inc
- Message-ID: <4cib76$kg3@blackice.winternet.com>
- References: <gmandelDJAoyx.Kpr@netcom.com> <4bto2d$gnq@usenet1.interramp.com> <gmandelDKL1AF.K22@netcom.com> <4chmv0$u9e@hopi.gate.net> <gmandelDKoq4H.527@netcom.com>
- NNTP-Posting-Host: parka.winternet.com
- X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
-
- On Fri, 5 Jan 1996 01:43:28 GMT, Glenn Mandelkern (gmandel@netcom.com) wrote:
- : In article <4chmv0$u9e@hopi.gate.net>,
- : Michael Feathers <feathers@gate.net> wrote:
- : >Here is a good hint for anyone looking for a programming job:
- : > Bring some of your source code with you!!
- :
- : I have heard this suggestion before, but I have a number of questions
- : concerning submitting source code during an interview:
- :
- : --Most of my best source code has been written under employment.
- : That code belongs to the employer. How comfortable would my
- : next employer feel to see me freely taking around code from
- : place to place, not mention copyright problems?
-
- Many employers could care less. That tells you a lot about the
- organization.
-
- : --How does the employer know that it is in fact really my code?
-
- He doesn't.
-
- : --Should I set aside time to develop my own projects, so that
- : I then have a bank of source code to submit as mine?
-
- If you're any kind of a programmer, you have projects of your own,
- anyway. In any case, you're either just out of school, or just about to
- go back to school, and most school projects are perfectly sized for
- this sort of thing.
-
- : --What makes a piece of source code look so spectacular as to
- : prevent an employer or colleague from saying, "So what?"
-
- The one time I was asked for a code sample, I grabbed a small,
- self-contained module (one header file, two source files, totalling
- maybe 300 SLOC, plus a 50-line test driver). I'd been keeping it
- in my CVS repository, so it had two years of revision history in
- the comments. I ran it through indent to ensure a consistent format,
- compiled and ran the test driver, to make sure that indent hadn't
- broken something, then ran the source through vgrind to make a
- very pretty listing. Then I handed it off to a ``consultant'' who
- proudly told me that he was a ``technically-incompetent'' computer
- consultant, who had never read, let alone coded, a line of C in
- his life. ``But I know what's what,'' he said.
-
- --
- "[I]n fact, I didn't know that cats _could_ grin."
- "They all can," said the Duchess; "and most of 'em do."
- "I don't know of any that do," Alice said very politely, feeling quite
- pleased to have gotten into a conversation.
- "You don't know much," said the Duchess; "and that's a fact."
-
-